home *** CD-ROM | disk | FTP | other *** search
/ Floppyshop 2 / Floppyshop - 2.zip / Floppyshop - 2.iso / diskmags / 5791-.end / dmg-6260 / articles / 000.doc next >
Text File  |  1993-07-02  |  443b  |  15 lines

  1.                  PRE-ZEROED SCORE STRING GENERATOR
  2.                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3.  
  4. Here's a small bit of code which takes a number, and places some zeroes
  5. behind it, to produce  a  more  professional-looking score display. For
  6. example, 00175 looks better than just 175. (Yes it does).
  7.  
  8. B$="00000"
  9. SC$=(str$(SC)-" ")
  10. right$(B$,len(SC$))=SC$
  11.  
  12. There. What an interesting article...
  13.  
  14. Article: BLACK EAGLE 2/7/93
  15.